848 days ago
Category  

Solaris 10. Problems:

  • volfs (vold) in maintenance mode; error: No service found for vold on transport ticlts
  • rquotad in maintenance mode with no error
  • autofs not working (starts but won’t mount things). Manual NFS mounts work. Errors:
svc_create: no well known address for autofs on ticotsord
svc_create: no well known address for nfsauth on transport ticotsord
svc_create: no well known address for nfsauth on transport ticots

SOLUTION: Make sure these files exist and have valid content:

/etc/net/ticlts/services
/etc/rpc
/etc/net/ticots/services
/etc/net/ticotsord/services

Also, potentially, /etc/inet/inetd.conf, if your ticotsord has not migrated to SMF (svcs -l rpc_ticotsord).

Read More...

Comment

917 days ago
Category  

At my work, I have both a Sun T5220 and M3000. The T5220 has 64 ~1.2 GHz “threads” composed of one CPU with 8 cores of 8 threads each. The M3000 has 8 ~2.75GHz threads composed of 4 cores of 2 threads each.

Product installs were taking much longer than usual, and my customer asked me to find out why. The answer: his install is not very parallel, so being limited to a single slower thread really killed the uncompress and install time.

Here are some numbers. Tested on Solaris 10, with files in /tmp which is mounted on RAM. Input file is Sun Studio 12. The .tar file was removed in between tests, and de/compressions of the files were performed before timing them. Tests were repeated once :).

Read More...

Comment

1052 days ago
Category  

Recently, I bought a GuruPlug Plus specifically for use as a router. I wanted to use less watts than a desktop machine, but have a little more power to run applications than on my favorite commercial-router-firmware, Tomato. So when the dual-interface GuruPlugs came out, I bought one.

Lesson one: buy the JTAG board too if you are going to mess around with the kernel, or in any way render the thing unbootable. Unlike its predecessor the SheevaPlug, the GuruPlug does not have debugging built in, so you’ll need to buy the JTAG board to debug the boot process.

Lesson two: The PlugComputer wiki and forums are invaluable. I also used this guy’s notes for help with the Debian setup.

Read More...

Comment

1131 days ago
Category  

Just spent an hour troubleshooting why I couldn’t SSH into a RHEL 5.4 machine.

Symptoms:

- Can’t SSH in, even as root; login succeeds but before a shell is opened, it exits. Running SSHD in debug mode on the server, the following is printed on the client:

Read More...

Comment

1147 days ago
Category  

I recently fought with a StorageTek 2510 for a couple days trying to get it hooked up to a server running RHEL 4 (then 5). I won’t replicate the documentation provided by Sun, or other tutorials but I will tell how I solved the incredibly stupid problem I was having.

I successfully set the array up and presented it to a Solaris 10 host, which was able to see and use it, so I knew the array worked. I moved it to a RHEL 4.8 i386 host (later RHEL 5.5 ×64) and was able to manage it out-of-band with the CAM software, but could not for the life of me get the target discovery to work. Everything was set up just like on the Solaris host, and I did make the required changes on the array for the new host, but I was always presented with:

iscsid: discovery login to 192.168.130.101 rejected: initiator error (02/0b)

The array’s firmware was at the latest, and so was iscsi-initiator-utils. I fiddled with the options in iscsi.conf thinking the spoken protocol just needed to be tweaked, to no avail. I tried telling the array that the data host was Solaris, Windows, even Irix, but that made no difference. I undid and redid my entire configuration. I retested with a Solaris data host – still worked there.

Read More...

Comment

1295 days ago
Category  

Recently one of my AIX 5.3 systems started failing to boot with the following messages:

fsck: Performing read-only processing does not produce dependable results.      
+ mount /tmp                                                                    
mount: /dev/hd3 on /tmp: Device busy                                            
+ [ 1 -ne 0 ]                                                                   
+ loopled 0x518 /TMP MNT FAILED        

The problem turned out to be that /etc/inittab was corrupted. This, of course, has nothing to do with the error message. In my case, the contents of the file had been duplicated into itself.

Read More...

Comment

Previous