Search Results

Search: Posts Made By: dennysv
Forum: Solaris 08-28-2009
15,161
Posted By dennysv
What command you are running to connect to...
What command you are running to connect to server? have you tried specifying username while connecting?
ssh use1@server
please post sshd_config and ps-ef | grep sshd.
Forum: Solaris 08-28-2009
23,743
Posted By dennysv
Do you use VCS for controlling the zone? Unless...
Do you use VCS for controlling the zone? Unless VCS has to control/monitr the interface I see no reason why you have to add configuration on VCS. Treat your virtual machine as a physical machine and...
12,506
Posted By dennysv
Use ssh keybased authentication to enable login...
Use ssh keybased authentication to enable login with out password.
sftp server << 01
#commands to be executed for file transfer
get file
01
or like Cabrao said use scp. for both to work in...
Forum: Solaris 08-26-2009
8,011
Posted By dennysv
Assuming both disks are same size, replicate...
Assuming both disks are same size, replicate partition table using prtvtoc and fmthard
prtvtoc /dev/rdsk/cXdXd0s2 | fmthard -s - /dev/rdsk/cXtXd0s2
This will create same disk partition on second...
Forum: Solaris 08-25-2009
2,458
Posted By dennysv
Check your path. These commands do work on...
Check your path. These commands do work on Solaris 2.6. Here is output from my 2.6 box.
$ uname -a
SunOS server1 5.6 Generic_105181-30 sun4u sparc SUNW,Ultra-80
$ /usr/sbin/prtconf | grep Mem...
10,508
Posted By dennysv
Check if you have bash installed on server, if...
Check if you have bash installed on server, if yes either set your default shell to bash or add bash command in .profile file in your home directory.
Another option is to use ksh shell with vi. This...
Forum: Solaris 08-24-2009
13,044
Posted By dennysv
Stop HUDSON, and list all listening ports on...
Stop HUDSON, and list all listening ports on server using netstat. start hudson, and do same again and check whether hudson has started. Also check hudson logs for any error messages. Check...
Forum: Solaris 08-24-2009
2,458
Posted By dennysv
prtconf | grep Mem : to find out memory ...
prtconf | grep Mem : to find out memory
prtconf -pv | grep banner : system model
psrinfo -pv :processor info
5,508
Posted By dennysv
try dostounix to fix the file issue and try using...
try dostounix to fix the file issue and try using grep
dostounix file > newfile
17,850
Posted By dennysv
Talks is not very secure and disabled on many...
Talks is not very secure and disabled on many Unix systems. check whether talk is enabled on system. /etc/inetd.conf or xinetd.conf is fist place to look. If enabled and still not working try...
19,302
Posted By dennysv
Please read up on name service lookup. IP to host...
Please read up on name service lookup. IP to host and host to IP can be resolved in two ways by default, using DNS or /etc/hosts file. You do not have DNS configured and that is reason for above...
3,288
Posted By dennysv
exporting the variable is the solution as...
exporting the variable is the solution as answered by scripter.online. If echo is working and showing correct data, then check you manipulation code.
11,766
Posted By dennysv
Clearly you understand why you should not use...
Clearly you understand why you should not use absolute path while creating tar file. Same rule applies for links. If you use absolute path for link, it will remain so. Solution is to create links...
1,774
Posted By dennysv
When you connect to a server via ssh, it sends...
When you connect to a server via ssh, it sends the host key information. This is security feature. If you dont want to receive at all, that the server key should be saved in you...
Forum: Solaris 08-21-2009
28,385
Posted By dennysv
If you want to open your own port using your own...
If you want to open your own port using your own program, read about TCP/IP api and create your own daemon.

If you just want an application to listen on a port you can configure Inetd to listen on...
Forum: Solaris 08-21-2009
4,018
Posted By dennysv
prtvtoc /dev/rdsk/cxtxdxs2 can pring partition...
prtvtoc /dev/rdsk/cxtxdxs2 can pring partition map
vxdisk list Will list disks under Veritas control
zpool list will show diskpools
zpool status details of pool and what disks are used....
Forum: Solaris 08-21-2009
8,169
Posted By dennysv
No, you cannot share a NFS mounted partition.
No, you cannot share a NFS mounted partition.
2,745
Posted By dennysv
cd $DIR for i in `find . -type f` do sh...
cd $DIR
for i in `find . -type f`
do
sh ParseLog.sh "$i"
done
Forum: Solaris 08-20-2009
3,521
Posted By dennysv
audit file is not plain text. Check praudit and...
audit file is not plain text. Check praudit and auditreduce commands
Forum: Red Hat 08-20-2009
2,346
Posted By dennysv
Assuming network is configured correctly, most...
Assuming network is configured correctly, most likely reason is firewall on server. try iptables -F to flush all firewall rule. Can you telnet/ssh to the server or ping to other machined from Linux...
3,347
Posted By dennysv
Set Timezone and gmt+24 and run date command
By setting timezone are GMT+24 can give you previous day

$ date
Thu Aug 20 13:59:27 BST 2009
$ TZ=GMT+24
$ date
Wed Aug 19 12:59:37 GMT 2009

setting TZ back to two days
$ TZ=GMT+48
$ date...
Forum: Solaris 08-20-2009
12,075
Posted By dennysv
try prtdiag
What version of OS are you using? On Solaris 8,9,10 I could use psrinfo -pv as regular user. Other option is to try prtdiag command
32,451
Posted By dennysv
turn off interactive mode
have you tried turning off interactive mode before using mget * ?
ftp to server
type prompt <enter>
this will turn off interactive mode, now try mget *
Showing results 1 to 23 of 23

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