Search Results

Search: Posts Made By: yellowfish
Forum: Filesystems, Disks and Memory 05-06-2002
6
8,809
Posted By yellowfish
csh ....
try use those lines on your .cshrc

set prompt = "[\!]$USER@`hostname`>"
alias setprompt 'set prompt = "$USER@`hostname` $cwd>"'
setprompt
alias cd 'cd \!*;setprompt'
alias pushd 'pushd \!*;...
Forum: Filesystems, Disks and Memory 05-05-2002
14,727
Posted By yellowfish
backup NetApp using dump command
I have been trying to backup my NetApp /vol/vol0 data to local tape drive. It is around 68GB.
The tape I am using is DLT tape and should be able to handle 70GB data. However, dump always
aborted...
9,593
Posted By yellowfish
in Solaris, you may try ...
in Solaris, you may try

/usr/platform/YourMachineModel/sbin/prtdiag

i.e. /usr/platform/sun4u/sbin/prtdiag
or /usr/platform/SUNW,Ultra-1/sbin/prtdiag
hope this help

;)
4,539
Posted By yellowfish
You may contact with Veritas; as I know they have...
You may contact with Veritas; as I know they have a script to do it.

The way I am doing, backup all files, and on the machine load the VxFS. After done, vxrestore the files back to machine.
...
6,742
Posted By yellowfish
Is your O.S is Solaris 2.6 above? If yes, you may...
Is your O.S is Solaris 2.6 above? If yes, you may want to try this.

mount -F hsfs -o ro /dev/dsk/cXtXdXsX /cdrom
(check the controller, target numbers for it)

hope this help
Forum: Programming 10-19-2001
6,907
Posted By yellowfish
gcc is NOT only working under /usr/local the...
gcc is NOT only working under /usr/local
the path will depend on the time you compile it and what path you assign to "prefix"

i.e. ./configure prefix=/usr/global

then gcc binary will be...
2,303
Posted By yellowfish
Do not forget to rewind your tape,somethimes,...
Do not forget to rewind your tape,somethimes, that happens to me and shows the same error message.
Forum: IP Networking 08-20-2001
5,225
Posted By yellowfish
try http://docs.sun.com and search for...
try

http://docs.sun.com and search for DHCP, DNS...
you should find reference guide, administrator guide... etc.
hope this help
6,028
Posted By yellowfish
try "netstat -rn" do you set up default route...
try "netstat -rn"
do you set up default route for both of machines?
--yellowfish
3,519
Posted By yellowfish
You may want to run fsck on single user mode and...
You may want to run fsck on single user mode and try to run fsck more than one time. ;)
Forum: Programming 08-08-2001
6,907
Posted By yellowfish
gcc for Solaris2.6
Here is a pretty good web

www.sunfreeware.com
2,193
Posted By yellowfish
For me, it sounds like netwrok problem. check...
For me, it sounds like netwrok problem.
check your machine and router/switch set up

i.e.
your machine set up for 10M-half-duplex and router (or switch) side is set up for 100M-full-duplex....
4,959
Posted By yellowfish
.rhost....
try man page first
$man rhosts
--T.H.
Forum: IP Networking 08-02-2001
2,916
Posted By yellowfish
I believe the interface of Quad_card should be...
I believe the interface of Quad_card should be qfe0 not qe0.

*The /etc/hostname.qfe0 file must contain the host name for the appropriate network interface.
*The host name should have an IP...
Forum: Programming 07-31-2001
11,490
Posted By yellowfish
array size
I will say Yes, there is limitation of array size.
However, this will base on O.S and memory.

Let's say you have 4Gb Virtual Mem; it does not mean you can use all of them (i.e. some of them...
6,753
Posted By yellowfish
Looks like you or your host not allow to telnet...
Looks like you or your host not allow to telnet that machine

1. check your loginname is on local password file if this machine is using local passwd. Or NIS passowrd file...etc.

2. does any...
3,812
Posted By yellowfish
blocksize error
insure your tape is rewind to the right block; sometimes, after tar/backup files, we forget to rewind tape back :-)

i.e.
$mt -f /dev/rmt/0 stat (this will tell you status)


;)
6,753
Posted By yellowfish
you may want to check /etc/inetd.conf first. ...
you may want to check /etc/inetd.conf first.
are those services (telent, login...) available?
3,812
Posted By yellowfish
tar.....
did you try man page of tar?
$ man tar

i.e.

$tar cvf newfile/newDir.tar file/Dir

to un-tar a file or dir

$tar xvf file/dir.tar

to view a tar file

$tar tvf file/dir.tar...
Forum: Cybersecurity 07-26-2001
15,280
Posted By yellowfish
Try this insure your login name on...
Try this

insure your login name on windowNT(W2K) is SAME on
unix machine. OR the NT login name is on unix local/NIS password file.

Do not forget to edit your /.rhosts file

p.s are those 2...
5,695
Posted By yellowfish
The /var/run File System check here ...
The /var/run File System

check here

http://docs.sun.com:80/ab2/coll.47.11/SYSADV1/@Ab2PageView/28552?DwebQuery=%2Fvar%2Frun&oqt=%2Fvar%2Frun&Ab2Lang=C&Ab2Enc=iso-8859-1

...
2,545
Posted By yellowfish
make sure your IP addr are static ip Based on...
make sure your IP addr are static ip
Based on my understanding, @home is running DHCP for the service unless you pay more to get a static ip addr.
5,717
Posted By yellowfish
here comes my question if I have enough memory...
here comes my question
if I have enough memory (let's say 2Gb), do I really need a swap?
3,216
Posted By yellowfish
you may check this file system/folder to see if...
you may check this file system/folder to see if it is local or not; it may share out from another srever and only allow some certain users/groups to write into it.

Hope this help;)
2,187
Posted By yellowfish
if you are asking to bring up hme1 interface ...
if you are asking to bring up hme1 interface

try this

ifconfig hme1 plumb

ifconfig hme1 ip_address netmaks xxx.xxx.xxx.xxx up

i.e.
ifconfig hme1 10.22.13.25 netmask 255.255.0.0 up

do...
Showing results 1 to 25 of 42

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