Solaris is a UNIX certified operating system for SPARC , i86,x86 and x86-64 processor architectures. It was developed by SUN Microsystems until 2010 when the company was acquired by Oracle Corp. Subsequently Solaris has been renamed Oracle Solaris.
0
votes
0answers
18 views
Solaris 11: image packaging repository svc:/application/pkg/server remains in state “maintenance” (mounted as iso)
On my Solaris 11 machine, svc:/application/pkg/server is always in the state maintenance:
$ svcs -l svc:/application/pkg/server
fmri svc:/application/pkg/server:default
name image ...
1
vote
0answers
25 views
LDOMs in Solaris 11 don't work
I just got a new Sun Fire T2000, installed Solaris 11 and was going to configure LDOMs. However "ldmd" can't be started and in turn ldm doesn't work.
root@solaris11:~# ldm
Failed to connect to ...
0
votes
2answers
29 views
Solaris SMF Services - Method “start” exited with status 96
Hi I'm trying to start a new service on server reboot and I got this error on start: "Method "start" exited with status 96".
Also my service in on "Maintenance" state.
My service is working when I ...
0
votes
1answer
35 views
syslog written on console
I have odd problem with syslog local7, my syslog configure the syslog to be written to
local7.info /var/log/syslog_info
it's working just fine for years but recent days one device syslog message ...
3
votes
2answers
34 views
Understanding core dump (Solaris 11 crash)
I'm still trying to get behind crashes on my Solaris 11 system. Recently, a core dump has been written during the crash. Looking into it with mdb yields
> $C
ffffff0021c09430 vpanic()
...
2
votes
2answers
54 views
Perl command line + add PATH before string in file
I want to add the PATH - /usr/local/bin/perl befpore string in the file by perl command line ( the perl command line must be in my bash script ) , I have solaris machine
the target to add - ...
4
votes
0answers
55 views
Solaris 11: understanding high values in the kernel statistics
what can cause these kernel statistics (as reported by top) to be so high?
Kernel: 152661 ctxsw, 2475 trap, 99065 intr, 1449 syscall, 3 fork, 2373 flt
Usually, my system has much lower values, e.g.
...
0
votes
2answers
29 views
wall command + broadcast message not appears on second cluster machine
I have two cluster solaris machine ( machine1 , machine2 ) I have connection between two machines ping and ssh work fine ( cluster is fine )
more /var/tmp/mesg
TEST
I execute the following ...
0
votes
2answers
53 views
expect + how to install expect on solaris
subject - install expect on solaris in order to write expect scripts
details from my machine:
uname -a
SunOS 5.10 Generic_139555-08 sun4v sparc SUNW,Netra-T5220
I installed Solaris machine ( ...
0
votes
1answer
16 views
Apache 2 on Solaris 10 image for Virtual Box compliation flags detection
"The version of Apache 2.0 that ships with some operating systems, including some versions of Solaris and Linux, is compiled with the following flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 "
...
4
votes
1answer
114 views
Solaris 11 hangs randomly: need help to figure out the reason
I've got Solaris 11 (+latest SRU) running on an HP DL385 G7 (attached to P2000 storage w. 30 disks; they are registered as separate RAID0 drives, but I'm using ZFS' raidz1), which is our file server. ...
0
votes
0answers
25 views
Virtual Box with Solaris 10 shared directory + mount
I installed on a virtual box ,solaris 10:
and did following steps:
1) logged in initially as root
2) created a user cris
useradd -m -k /etc/skel -P "Primary Administrator" -d /export/home/cris -s ...
0
votes
1answer
28 views
I compiled samba 3.6.4 on Solaris 9, and can't get smbd to run
I compiled the latest release of samba on a Solaris 5.9 system to address CVE-2012-1182, and I'm getting this result when I run smbd.
fs17151# ./smbd -i
smbd version 3.6.4 started.
Copyright Andrew ...
2
votes
2answers
44 views
perl + Match last number in file and reduce it by one
I want to add the following perl command in my bash script please advice
how to change (reduce by one ) the last number that start with "+" character in file with perl ?
Example of original file ( ...
3
votes
1answer
41 views
sed + delete line only if line ended with specific character
need help - how to delete the line from the file if the last char is - ":" with sed , on Solaris machine
for example sed will remove the following line (include the black line)
...
0
votes
0answers
28 views
Veritas netbackup 7.1 nbazd daemon wont start
Im new working with Veritas Netbackup 7.1. It is installed in a server with Solaris 10. Im planning to use the NBAC. The problem that I have is that the nbazd daemon dont start. If I go to Activity ...
1
vote
3answers
59 views
Unix - how to get hostname along with domain name
In unix (solaris) is there any command where i can get hostname & domain name together??
ex. hostname -> servername domainname -> us.xyz.com
i need it output as : servername.us.xyz.com
-4
votes
0answers
38 views
Sun blade 2000 workstation Memory part number Help? [closed]
I am planning to buy a Server with below configuration :
2x Ultrasparc III 1.2Ghz CPU Modules /Creator 3D Graphics Card / 2x 72GB Hard Drives
I like to buy RAM 16GB RAM Memory ( 8 slots x 2GB DiMM ...
2
votes
0answers
43 views
Viewing map of iSCSI target -> LU in COMSTAR
I'm creating a number of iSCSI targets on an OpenIndiana server using COMSTAR. Basically:
zfs create -V 10g pool/comstar/vol
sbdadm create-lu /dev/zvol/rdsk/pool/comstar/vol
stmfadm add-view ...
0
votes
2answers
71 views
What does RUNNING in ifconfig output mean?
Does anyone know what the RUNNING flag in ifconfig output means? (I don't know that it matters much, but this is on a Solaris 10 box.)
The only thing I've been able to find on it so far is this ...
0
votes
0answers
32 views
Solaris Zone cannot reach network/internet
I am new to Solaris, (duh ?!) and took a stab at setting up a solaris machine with zones. The solaris machine sits on vmware esxi server. I no problems getting the machine up and running, besides a ...
0
votes
0answers
40 views
How to rebuild boot archive on solaris 10/x86
After an emergency shutdown (the cooling system went down) one of our solaris 10/x86 hosts won't come up. While the failsafe mode works, booting the 'normal' mode fails: All I get is a black screen ...
1
vote
1answer
58 views
`echo ::memstat | mdb -k` very slow on certain machines
As stated in the title, when I run echo ::memstat | mdb -k on certain machines, it is very slow. My munin graphs show a vastly increased CPU load when I run this regularly. I intend to use ::memstat ...
0
votes
0answers
29 views
Disable “file temporarily unavailable on the server, retrying…” message on Solaris NFS client
The setup is a Nexenta storage system, a Windows system mounting a filesystem over CIFS, and a Solaris 10 system mounting the same filesystem over NFSv3.
If a file is edited on the Windows system, ...
0
votes
1answer
74 views
GDM configuration on Solaris 11?
On Solaris 10 it was located in /etc/X11/gdm/gdm.conf but that file is missing from a standard Solaris 11 install. When I run the command slocate gdm.conf the only file I get is ...
0
votes
2answers
35 views
ZFS pools and filesystems
is there any way to understand (using zfs and zpool commads) to whcih pool is a ZFS filesystem assigned?
Thanks in advance
0
votes
3answers
66 views
I would like to know the equivalent command to curl in Solaris
I would like to know equivalent command to curl in Solaris. As in Linux, the curl command is used to find the website activity.
Kindly let me know command to check website in Solaris.
1
vote
1answer
25 views
solaris + eeprom + change parameter value
by eeprom command that run on Solaris machine I can see displays or changes the values of parameters in the EEPROM
my question - how to change the parameter scsi-initiator-id to 6 in place of 7 ?
...
0
votes
0answers
31 views
Crash while selecting a disk in format command on Solaris
One of disks in mirrored array was degraded.
I decided to detach it from the array to format it, and then reattach it.
So I detached the disk, and ran the format command, I selected my disk and ...
1
vote
0answers
21 views
tput command + bold specific strings in file
please advice how to bold the "Date & Time" numbers from the following file with tput command ( I have Solaris machine)
for example I want to bold only the "24-09-2009 16:17:45" etc for all other ...
2
votes
1answer
28 views
nl command + number each line in a text file only from the third line
I want to number each line in a text file on Linux/solaris by nl command
but only from the third line - is it possible ? and if yes please advice how ?
for example
line1
line2
1 line3
2 line4
0
votes
2answers
61 views
Solaris + sort file according to date and time by sort command
I have along list that created in /var/tmp/file.txt from some script (in Solaris machine)
the following list have 4 fields
please advice how to sort the list according to the following TIMESTAMP ( by ...
0
votes
1answer
30 views
solaris + run script every night one time from the crontab
I build in my Solaris machine new script
Script name: send_brd_msg.sh ( this script located under /var directory
I want to activate this script every 12:00 at night by the crontab
Please advice ...
1
vote
2answers
105 views
Any way to know what files were in a broken ZFS pool?
I have a large ZFS pool of 4 combined drives. Now, the filesystem can not be mounted:
pool: tank
state: UNAVAIL
status: One or more devices could not be opened. There are insufficient
...
2
votes
1answer
46 views
Solaris + run my script after Solaris boot/reboot
I have a Solaris machine ( Solaris installed on Netra-T2000 HW , Solaris version – 5.10 )
I wrote the script called update_after_solaris_already_boot.ksh
This script should automatically update ...
3
votes
1answer
87 views
Configuring PHP on Solaris 10 64-bit
We are currently running PHP 5.2.13 on a Solaris 10 server. I need to enable some additional features so I went to run the configure script but I'm getting some errors.
I did an 'export ...
0
votes
1answer
44 views
On Solaris, how to log IP when using winbind auth and invalid user?
This is on Solaris 10 sparc platform.
I'm trying to make our denyhosts script block the dictionary ssh attacks.
Unfortunately, the logging does not show an IP when the user name is invalid.
We are ...
0
votes
0answers
22 views
How I can install a barcode font to Oracle Reports 10g on the Solaris operating system?
There are some reports that work well on Windows with Oracle report. Now I want these reports are generated on a solaris server but can not display the bar code because you need to install the font.
0
votes
1answer
183 views
RSH between servers not working
I have two servers: one CentOS 5.8 & one Solaris 10. Both are joined to my workplace AD domain via PBIS-Open. A user will log into the linux server & run an application which issues ...
3
votes
2answers
220 views
Building one big filesystem with JBOD and ZFS
How to build a really big ZFS filesystem?
The above question is vague in the 1st reading, so more precise.
I know how to build big ZFS volume with one computer. e.g.
get a good computer with ECC ...
0
votes
1answer
113 views
Solaris 10 opencsw git package issue with bitbucket git hosting
Has anyone tried using `git' from opencsw package in order to work with
bitbucket source hosting service (under solaris10)?
I tried to use git as the bitbucket documentation explains, and
- under ...
1
vote
2answers
102 views
What would cause Memcached to Hang for 2+ seconds?
I'm going nuts trying to scale memcached. From their site:
Memcached operations are almost all O(1). Connecting to it and issuing a get or stat command should never lag. If connecting lags, you ...
3
votes
2answers
88 views
Solaris 11 installed, no updates?
I was messing around with solaris and decided to give Solaris 11 a try so I downloaded it from the Oracle website. After installing the OS, I went into the package manager and did an update. It told ...
3
votes
1answer
66 views
Why JDK is installed with Web/Application Servers?
I am upgrading the JDK version of the application server to 1.6. However, I dont understand why we need to place JDK on the application server instead of a JRE?
Since there is no need for any ...
-2
votes
1answer
82 views
solaris + why cant ping to default getway
I have Solaris machine with IP 10.10.10.100 and default getway 10.10.10.1 and subnet 255.255.255.0
remark - solaris machine connected to cisco switch via cross cable and from switch to my laptop
I ...
1
vote
1answer
109 views
Solaris Administration Web GUI?
I recently installed Solaris 11 x86 text install ( http://www.oracle.com/technetwork/server-storage/solaris11/downloads/index.html?ssSourceSiteId=ocomen) to be used as a file server running ZFS.
I ...
0
votes
1answer
54 views
How to to specify network address for a dhcp client
I have setup and configured a DHCP server on a sparc running Solaris 10. Now I want to test the DHCP server by creating a DHCP client on another computer running Solaris 11.
I would like to know, how ...
1
vote
1answer
26 views
auspex LFS backups
I have some backup tapes which existed on an AUSPEX file server. The backups were written to tape with the SunOs version of the CPIO command. Now that I need to restore them, (of course there are no ...
0
votes
1answer
65 views
Error - reading DHCP configuration file. No such file or directory. Solaris 10
I'm currently working on a Sparc Sun-Fire-280R running Solaris 10 8/10. The machine has dhcp-server preconfigured to use NIS from the onset but I don't have any knowledge of where those config files ...
1
vote
1answer
57 views
Install dstat on Solaris
I want to install dstat on Solaris. I downloaded the tar package. However, I don't seem to have any instructions on how to install that.
Installing it on Ubuntu was very easy, but struggling on ...