Search Results

Search: Posts Made By: son_t
Forum: Solaris 04-02-2010
46,443
Posted By son_t
From the man page for crontab: So yes (at...
From the man page for crontab:

So yes (at 2am).
Forum: Infrastructure Monitoring 04-01-2010
7,934
Posted By son_t
You don't need to set up an SMTP host from...
You don't need to set up an SMTP host from scratch (sendmail needs a lot of study ;)). Use a perl script calling up the Net::SMTP module and connect to an existing SMTP host (you do have one of...
Forum: Solaris 03-31-2010
8,997
Posted By son_t
I've not tried the -G option, but I've gone to...
I've not tried the -G option, but I've gone to the 3.4.7 version which does compile, and solves my immediate problems...

However, I'm having these errors in the client log files:

[2010/03/31...
Forum: Solaris 03-19-2010
8,997
Posted By son_t
Problem compiling Samba 3.5.1 on Solaris 10 with gcc (3.4.6)
I'm getting this error when 'Linking shared library bin/libtalloc.so.2'... anyone know what's up here?


Using CFLAGS = -O -I. -I/source/samba-3.5.1/source3...
Forum: Solaris 02-16-2010
14,608
Posted By son_t
1. Done this and it does not work (so mount point...
1. Done this and it does not work (so mount point /mnt is not the problem).
2. Yes, and yes. In fact a normal NFS share (without the sec=dh) shares and mounts (on /mnt) no problems. So I assume it...
Forum: Solaris 02-15-2010
14,608
Posted By son_t
Many thanks for the reply and ideas. I have...
Many thanks for the reply and ideas. I have checked all that's suggested and they are all correct, but this still does not work, and still hangs.

I think the current problem is to do with the...
Forum: Solaris 02-12-2010
14,608
Posted By son_t
16 groups membership limit (part 2)
Part 1 is here: https://www.unix.com/sun-solaris/60395-group-membership-limit.html

So I am having to solve and re-visit this problem... I've tried various OSes (Solaris10/Opensolaris/MacOSX/Debian)...
Forum: Filesystems, Disks and Memory 08-10-2009
12,248
Posted By son_t
Thanks for the replies. Solaris programs/scripts...
Thanks for the replies. Solaris programs/scripts would be helpful... We use Solstice Backup (Legato) here - anyone know if this has an 'erase' facility?



No. They are DLTs - so 40/80Mb on each...
Forum: Filesystems, Disks and Memory 08-04-2009
12,248
Posted By son_t
Erasing backup tapes (DLT)
I have a load of DLT tapes I need to scrub and get rid off.

Anyone know of any application to erase the tapes before recycling them?

I have a Sun StorEdge L9 tape loader which I would like to...
Forum: Solaris 07-10-2009
3,947
Posted By son_t
Thanks for the interest guys. All is normal then?...
Thanks for the interest guys. All is normal then? As my meta device is just a OK! :b:

# metastat
d3: Mirror
Submirror 0: d4
State: Okay
Submirror 1: d5
State:...
Forum: Solaris 07-09-2009
3,947
Posted By son_t
swap -l and df -h are already given (I've wrapped...
swap -l and df -h are already given (I've wrapped them in code to make easier reading), the rest are:

# swap -s
total: 1112792k bytes allocated + 383920k reserved = 1496712k used, 28872784k...
Forum: Solaris 07-08-2009
3,947
Posted By son_t
Weird swap size on Solaris 9
I have a machine: SunOS <server> 5.9 Generic_117171-15 sun4u sparc SUNW,Sun-Fire-480R

It has these filesystems:

Filesystem size used avail capacity Mounted on
/dev/md/dsk/d0 ...
Forum: Solaris 07-08-2009
8,475
Posted By son_t
LOM ALOM ILOM ELOM RSC SP commands equivalent
Has anyone got an equivalent commands sheet for all Sun's serial or network management ports?
Forum: Solaris 04-11-2008
20,182
Posted By son_t
I see that the article is pretty old, and that...
I see that the article is pretty old, and that Solaris 10 is quite mature(ish) now. So this group membership limit might have been removed in Solaris 10? (i.e. the hack has gone into the code?)
Forum: Solaris 04-10-2008
20,182
Posted By son_t
Many thanks for that... I've just read it, but...
Many thanks for that... I've just read it, but really need to digest...

Is he saying increasing the max group membership is possible, if we go to NFS v4 AND Solaris 10 with the 'hack' that he kind...
Forum: Solaris 04-09-2008
20,182
Posted By son_t
Group membership limit
On Solaris, a user is limited to being a member of a maximum of 16 groups. Could someone tell me where this limit comes from, i.e. is it NIS, or Solaris, or NFS that is imposing this limit?

What...
Forum: Solaris 03-19-2008
25,863
Posted By son_t
Nice try ;) Although it looks like a dd...
Nice try ;)

Although it looks like a dd error... it is not. The error is accessing the device via the handle... The Solaris box can not read HDD that has no LABEL it can identify (i.e. a Sun...
Forum: Solaris 08-06-2007
25,863
Posted By son_t
rhino# ls -l /dev/dsk/c0t1d0s0 lrwxrwxrwx 1...
rhino# ls -l /dev/dsk/c0t1d0s0
lrwxrwxrwx 1 root root 43 Dec 6 2006 /dev/dsk/c0t1d0s0 -> ../../devices/pci@1e,600000/ide@d/dad@1,0:a

rhino# dd if=/devices/pci@1e,600000/ide@d/dad@1,0:a bs=1...
Forum: Solaris 08-01-2007
25,863
Posted By son_t
Go on give me a hint ;) what would be the full...
Go on give me a hint ;) what would be the full path of the device? I thought that (/devices/pci@1e,600000/ide@d/dad@1,0) was it...
Forum: Solaris 08-01-2007
25,863
Posted By son_t
Close, but: rhino# dd...
Close, but:

rhino# dd if=/devices/pci@1e,600000/ide@d/dad@1,0 bs=1 skip=0 count=1024
read: Is a directory
0+0 records in
0+0 records out

rhino# ls -la /devices/pci@1e,600000/ide@d/dad@1,0...
Forum: Solaris 08-01-2007
25,863
Posted By son_t
Got it to work now... It looks like I have to...
Got it to work now... It looks like I have to LABEL the disk!

When you put a disk in a Solaris box that is not a Solaris disk - it reports the disk as having a corrupt label...

If use format...
Forum: Solaris 08-01-2007
25,863
Posted By son_t
Hi porter, I appreciate your responses... but I...
Hi porter, I appreciate your responses... but I feel you are barking up the wrong tree here.

I have now put in a smaller HDD (came out of a Sun box originally) and here are the results:

...
Forum: Solaris 07-31-2007
25,863
Posted By son_t
Yup: rhino# iostat -En c0t1d0 ...
Yup:

rhino# iostat -En
c0t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST3160022ACE Revision: 9.51 Serial No: 5JS7STTP
Size: 137.44GB <137438952960...
Forum: Solaris 07-31-2007
25,863
Posted By son_t
Yup (from above) doing this: rhino# dd...
Yup (from above) doing this:

rhino# dd if=/dev/dsk/c0t1d0s0 bs=1 skip=0 count=1024
dd: /dev/dsk/c0t1d0s0: open: I/O error
rhino# dd if=/dev/dsk/c0t1d0s2 bs=1 skip=0 count=1024
dd:...
Forum: Solaris 07-31-2007
25,863
Posted By son_t
I haven't tried it, but the point is that it is a...
I haven't tried it, but the point is that it is a raw disk - i.e. FS unknown... so things such as 'blocksize' does not exist or unknown...

I just need to open the device... in a C program... like...
Showing results 1 to 25 of 28

 
All times are GMT -4. The time now is 11:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy