Questions tagged [solaris-10]

Solaris 10 UNIX-based Operating System

Related to the Solaris 10 UNIX-based Operating System. Also known as "SunOS 5.10". Initially released by Sun Microsystems in 2005 and now maintained by Oracle as of 2010. The operating system supports both "SPARC" and "x86"-based CPU architecture, however those tags should only be used when a question depends on functionality specifically related to those CPU architectures.

Example of "Solaris-10" topics that would benefit from "SPARC" or "x86" tags

  • OpenBoot PROM (OBP) settings (SPARC)
  • Boot-device configuration (SPARC or x86)
  • Hardware diagnostics (SPARC or x86)
193 questions
2
votes
1 answer

Sparc 5440 hangs during boot from cdrom

We have a Sun Sparc 5440 server that originally had 64 GB of RAM that we were trying to upgrade to 128 GB. During the process, the SCSI root disk seems to have gotten corrupted, so we are trying to rebuild the system. We have a DVD of Solaris 10 (a…
Alcanzar
  • 121
  • 3
2
votes
1 answer

Solaris 10 x86 hangs on boot

I have an old server running Solaris 10 x86 64 bit. Haven't had issues with it but recently it was powered off without a clean shutdown. That hasn't been an issue in the past with reboots from the power port but this time I'm stuck. This is what I…
2
votes
0 answers

Is there a way to audit file deletion on Solaris?

Can the timestamp and user+process that performed the file delete be tracked? I have now setup solaris auditing and have made the following audit_control, audit_class and audit_event entries: $ grep pf /etc/security/audit_control flags:pf,fd $ grep…
user55570
  • 458
  • 6
  • 18
2
votes
1 answer

lsof returns "can't read vnode" error

On a Solaris 10 box, I am getting errors from lsof: can't read vnode at 0x7d900000000 can't read vnode at 0x7b But I have the same lsof binary in another similar Solaris 10 box where it doesn't give the same error. On that other box, lsof…
user55570
  • 458
  • 6
  • 18
2
votes
1 answer

Total of RSS items much greater than physical memory + swap in solaris

Can the total of all rss values of active processes (state is S or O) be ever much greater than total physical memory + swap? By physical memory, I refer to the result of prtdiag | grep Memory And swap size, I refer to the result of swap -l.
user55570
  • 458
  • 6
  • 18
2
votes
1 answer

Removing MPxIO devices without a reboot on Solaris 10

I'm performing a storage migration between two fiber channel connected EMC arrays. I've already moved the data from the disks on the old array to the disks on the new array. Now I want to remove the old disks from the OS so the array can be un-zoned…
2
votes
1 answer

Does the netstat counter wrap around? And over what period are they collected?

If I run netstat -s on my solaris 10 box, I got a lot of network statistics. Are these counters since the time of system boot, or some other arbitrary period? And some of the numbers are quite large. Does it wrap-around at some point?
user55570
  • 458
  • 6
  • 18
2
votes
0 answers

What should happen when receiving an ICMP Fragmentation Needed message?

In general, and in particular on a Solaris 10 machine ... See, we are having an issue in our network. I handle some reverse proxy instances on a Solaris 10 server that is behind a load balancer, and some users access this via a NAT firewall and ...…
2
votes
2 answers

Having trouble mapping solaris drive paths to physical disks

I have a supermicro box with 24 drives in front and 12 drives in back. It's running x86 solaris 10 with zfs. Here is the output of zpool status: NAME STATE READ WRITE CKSUM pool0 DEGRADED …
user176373
  • 53
  • 2
  • 4
2
votes
5 answers

solaris 10 route add on specific interface

I have 2 interfaces on Solaris box # ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843 mtu 1500 index 2 …
conandor
  • 229
  • 4
  • 7
  • 19
2
votes
1 answer

Restart just one NIC after IP change?

I just changed the IP address of ixgbe0 like so ipadm delete-if ixgbe0 dladm set-linkprop -p mtu=9000 ixgbe0 ipadm create-if ixgbe0 ipadm create-addr -T static -a 10.10.47.46/16 ixgbe0/v4static and normally I would do svcadm restart network to…
Jasmine Lognnes
  • 2,520
  • 8
  • 33
  • 51
2
votes
1 answer

txt file descriptor in lsof

In my experience, files that have the file descriptor of txt in lsof output are the executable file itself and shared objects. The lsof man page says that it means "program text (code and data)". While debugging a problem, I found a large number of…
wfaulk
  • 6,878
  • 7
  • 46
  • 75
2
votes
0 answers

Solaris 10 invalid ARP requests from 0.0.0.0? Link up/down every hour or 2

The guys at the data center where I'm hosting a server running Solaris 10 are telling me that my server is making a lot of invalid arp requests. This is an example of a portion of what was sent to me from the logs (with Mac addresses and IP…
JWD
  • 21
  • 2
2
votes
1 answer

Solaris Slow ARP Failure Unreachable Host

We have been experiencing slow timeouts for unreachable hosts is extremely slow. Recent testing in our lab shows it may be a delay reporting negative ARP lookups. Dumping traffic during attempts to open a telnet connection to a local zone which…
BillThor
  • 27,737
  • 3
  • 37
  • 69
2
votes
2 answers

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 replicas for the pool to continue…
Erik Tjernlund
  • 261
  • 3
  • 8
1 2
3
12 13