Search Results

Search: Posts Made By: frintocf
1,035
Posted By frintocf
output from remote server during execution of a script
How to see the output from remote server during execution of a script ?

I am executing a script (ls) from machine 1 but the o/p should be displayed in machine 2. Can I achieve this ?

Example:- ...
Forum: Solaris 08-16-2012
44,916
Posted By frintocf
This got resolved by editing...
This got resolved by editing "/etc/security/access.conf" ( by giving access to all the users)......I am not sure if this is the correct solution (or) is it a workaround.
Forum: Solaris 07-31-2012
44,916
Posted By frintocf
nfs mount: RPC: Rpcbind failure - RPC: Timed out
Fails to mount the server (10.125.224.22) during installation of a software on client, throwing the below error:

nfs mount: 10.125.224.22: : RPC: Rpcbind failure - RPC: Timed out
nfs mount:...
Forum: Solaris 07-11-2012
7,073
Posted By frintocf
Default route is added manually. After reboot...
Default route is added manually. After reboot again it disappears.......
Forum: Solaris 07-11-2012
7,073
Posted By frintocf
Default route ( netstat -nrv ) is removed/missing after platform patch
After running a script for Platform Patch, the default route is removed from netstat -nrv.

The machine does not reboot after Platform Patch.

The script does not have any command to remove...
2,359
Posted By frintocf
Hi, should satisfy ...
Hi,
should satisfy
"Name must start with letter [a-z][A-Z]." \
"The rest of the name must consist of a combination of" \
"letters,...
2,359
Posted By frintocf
what would be equvalent to the first example....
what would be equvalent to the first example....
2,359
Posted By frintocf
I have a query regarding the same..... Are...
I have a query regarding the same.....

Are the below two scripts/Examples do the same functionality

Examples 1
.....
.....
printf "SK_BTS04A_hiQ_01b\n" | grep "[a-zA-Z].*[a-zA-Z0-9_-]"...
2,359
Posted By frintocf
Need help on " if condition" in shell
Is the below script/condition correct ?
There are two square brackets, is it really required
If everything seems ok, what would be the o/p ( 1 or 2 )
what exactly the condition is looking for ?
...
Forum: Solaris 02-23-2012
1,522
Posted By frintocf
How to find out the script which generates the file in solaris/unix ?
Hi

A file is generated/created/modified during installation (or) execution of a script.

vice versa..How to find out which script is responsible for creating/modifying a file.

Example:-...
2,645
Posted By frintocf
The "banner" should show up after typing the...
The "banner" should show up after typing the password. Anyone could help adding the condition to (~/.profile or ~/.kshrc or ~/.cshrc ).

Adding condition to above files, is it a temporary one ( or...
2,645
Posted By frintocf
How to enable "banner" for a user in solaris?
Password:
Using keyboard-interactive authentication.
Do you agree with the banner terms (y/n)?: y
1,343
Posted By frintocf
Open_ssh installation instruction ?
Hi ,

Currently the machine (solaris 10 ) is running with Sun_ssh. I would like to move to Open_ssh.

I went through google.

Each link shows different directions/ways to install openssh. I am...
3,709
Posted By frintocf
How to export a command ?
Hi

The command "ssh -V" works as normal user but fails as root.

As Normal user:
bash-3.00$ ssh -V
OpenSSH_5.9p1, OpenSSL 1.0.0e 6 Sep 2011As Root user:
# ssh -V
bash: ssh: command not...
Forum: Solaris 02-07-2012
1,493
Posted By frintocf
Openssh installation instruction ?
Hi ,

Currently the machine is running with Sun_ssh. I would like to move to Open_ssh.

I went through google.

Each link shows different directions/ways to install openssh. I am not sure...
10,416
Posted By frintocf
Hi Bala, It worked. I wander, \n is for new...
Hi Bala,

It worked. I wander, \n is for new line. How does that make difference in the program ? .

If I have to implement many sleep function in a very huge program/script, do I have to add...
10,416
Posted By frintocf
How to implement "sleep" in Perl ?
I tried,
#!/usr/bin/perl
print "check 1";
print "check 2";
sleep(5);

The above works fine but sleep takes the higest priority. Looks weird

In above program "sleep" executes first and then...
10,485
Posted By frintocf
what is the difference between commands compress, pack and gzip
Are the above commands does the same job ?

same functionaliy ?

If so, why do we have three utilities for the same functinality.
Forum: Solaris 09-19-2011
32,022
Posted By frintocf
Hi The command pkginfo is to list the...
Hi

The command pkginfo is to list the files for the installed package. I am looking for the command to list the files in NON Installed package.

For example:- I would like to see the files in...
Forum: Solaris 09-17-2011
32,022
Posted By frintocf
Command to list or view the files in .pkg (solaris) and how to extract without installing
In Linux for .rpm

we can list or view the files using the command

rpm -qpl <file.rpm>

and to extract, the command is

rpm2cpio <file.rpm> | cpio -idvh

I would like to know the commands...
11,680
Posted By frintocf
Copy from vi Editor ( unix ) to windows
How to copy the complete content from a file in vi Editor to windows ( notepad ).

I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll...
Forum: Solaris 08-19-2011
3,935
Posted By frintocf
Normal user which java ...
Normal user

which java

/usr/jdk/jdk1.5.0_14/bin/java

Root user

which java

/usr/bin/java

FYI: As root, I have linked ( ln -s ) the latest version of...
Forum: Solaris 08-18-2011
3,935
Posted By frintocf
java version mismatch for normal user and root user
:confused: I installed latest version of java ( jre 1.6) on Solaris Machine ......when I run java -version as root, shows the latest version but when I run java -version as normal user,...
4,254
Posted By frintocf
Yazu, Thanks for your reply......yes I am looking...
Yazu, Thanks for your reply......yes I am looking for undo option for the command chmod ......It is shame that unix does not have this option.

Tworkemon....The file is not from rpm package.
4,254
Posted By frintocf
Change the permission to previously used in unix ( chmod )
I have changed the premission of a file to 777. Now I would like to change permission to previously used ( UNDO ). Is there any command ?:confused:
Showing results 1 to 25 of 43

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