Search Results

Search: Posts Made By: h@foorsa.biz
9,287
Posted By h@foorsa.biz
Read the following thoroughly to understand why ...
Read the following thoroughly to understand why
The following is quoted from here (http://aplawrence.com/Linux/mount_bind.html)
Forum: Solaris 10-04-2011
9,925
Posted By h@foorsa.biz
You need to put an entry in /etc/vfstab file. ...
You need to put an entry in /etc/vfstab file.
#echo "/dev/zvol/dsk/rpool/swap - - swap - no -" >> /etc/vfstab

#/usr/sbin/swap -a /dev/zvol/dsk/rpool/swap
3,260
Posted By h@foorsa.biz
if [$AD -eq $ZERO ] then echo '$AD is zero...
if [$AD -eq $ZERO ]
then
echo '$AD is zero select another symbol'
fi
Forum: Solaris 11-07-2011
10,470
Posted By h@foorsa.biz
Nothing left all partitions are assigned you need...
Nothing left all partitions are assigned you need to reparation your disk
3,296
Posted By h@foorsa.biz
To see every process on the system using standard...
To see every process on the system using standard syntax:
ps -e
ps -ef
ps -eF
ps -ely

To see every process on the system using BSD syntax:
ps ax
ps axu

To print a process tree:
ps -ejH...
1,283
Posted By h@foorsa.biz
Yes there are plenty of options an easy option...
Yes there are plenty of options an easy option could be cluster ssh (http://sourceforge.net/apps/mediawiki/clusterssh/index.php?title=Main_Page).
4,802
Posted By h@foorsa.biz
Just issue the command $ksh
Just issue the command
$ksh
3,198
Posted By h@foorsa.biz
You are on the right path , Just read more and...
You are on the right path , Just read more and experiment more that's all you need.
For scripting if you understand most of the fundamentals of the scripting the rest is you need to hone your...
Forum: Solaris 10-21-2011
2,093
Posted By h@foorsa.biz
To disable ctrl + backspace key combination put...
To disable ctrl + backspace key combination put those entries in your /etc/X11/xorg.conf


Section "ServerFlags"
Option "DontZap" "true"
EndSection
Forum: Solaris 10-14-2011
10,521
Posted By h@foorsa.biz
It seems that your Solaris machine is exposing ...
It seems that your Solaris machine is exposing the file /etc/dfs/sharetab this file determines which directories will be NFS-shared at boot time. Each line is a share command.
Sharefs is a file...
7,857
Posted By h@foorsa.biz
If you are using bash , You can prevent this...
If you are using bash , You can prevent this filename expansion by turning off globbing set -o noglob.
let me check for ksh and I'll post here again when i put my hands on something.
1,984
Posted By h@foorsa.biz
It seems that your Tape media has bad blocks. ...
It seems that your Tape media has bad blocks.
Try out the following .
1- Read the tape with another tape drive.
2- Monitor /var/adm/messages and post here again
3- Some times cleaning the tape...
1,984
Posted By h@foorsa.biz
It seems that you have a read problem in your...
It seems that you have a read problem in your tape media .
Forum: Solaris 10-04-2011
3,037
Posted By h@foorsa.biz
Can you post the script that is behind these 2...
Can you post the script that is behind these 2 files
Forum: Solaris 09-26-2011
2,918
Posted By h@foorsa.biz
# ifconfig eri0 dhcp start replace the eri0...
# ifconfig eri0 dhcp start

replace the eri0 with your interface name
Anyways you can get interface name with issuing the $ifconfig -a
2,342
Posted By h@foorsa.biz
I'm not a tcsh expert but I don't think so. It...
I'm not a tcsh expert but I don't think so.
It doesn't matter what OS you are using , tcsh is just another shell regardless the OS.
Implementation of tcsh may differ slightly between OSes and...
10,506
Posted By h@foorsa.biz
Yes in some ways they are the same functionality...
Yes in some ways they are the same functionality they intend to compress data.
Some do better than others e.g gzip is better than compress and pack in overall .

compress and gzip are alike in...
1,724
Posted By h@foorsa.biz
The file is given an extension which is the PID...
The file is given an extension which is the PID of current shell that is running the special variable $$ holds such value.
$$ The process number of the current shell.
Forum: Solaris 09-23-2011
1,951
Posted By h@foorsa.biz
echo $$ $$ The process number of the current...
echo $$
$$ The process number of the current shell.
Forum: Solaris 09-23-2011
1,951
Posted By h@foorsa.biz
It generates a syslog(3C) message when generation...
It generates a syslog(3C) message when generation of a global core file is attempted.
No log files are written as you expect
Each process that terminates abnormally produces two core files: one...
1,724
Posted By h@foorsa.biz
It says redirect the std output from the 1st...
It says redirect the std output from the 1st positional variable into a temp file named file.$$ and redirect the std error to a temp file named file0.$$.
Forum: AIX 09-20-2011
1,493
Posted By h@foorsa.biz
There are some minor overheads but it would be...
There are some minor overheads but it would be nothing if you go with stability and reliability
8,912
Posted By h@foorsa.biz
@Corona688 I think he wants a script to...
@Corona688
I think he wants a script to automate the file transfer process , So he needs a shell script to pull out the files from the mainframe.
8,912
Posted By h@foorsa.biz
What is the type of other server ( not the...
What is the type of other server ( not the mainframe )?.
If you intend to move the files from the mainframe to some other host that is running some UNIX variants, Then easily you can write some...
Forum: AIX 08-29-2011
9,676
Posted By h@foorsa.biz
Never been in upgrade process for AIX before 5.3...
Never been in upgrade process for AIX before 5.3 to 7.1 directly I have the same configuration AIX 5.3 / SAP /Oracle and upgrade from 5.3 to 7.1 seems to be supported as far as I know.
Import sapvg...
Showing results 1 to 25 of 43

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