Basically all my packages are in shared location called ServerC and I am mounting that filesystem on ServerB:/net/software ..serverD ..etc. Using ssh from Server A I want to install in all the remote servers.
I am trying to install perl in multiple servers using pkgadd command via ssh
serverA#ssh serverB -n /usr/sbin/pkgadd -d /net/software/ -r /tmp/response perl
The following packages are available:
1 perl perl 5.8.0 for Solaris 2.5.1, 2.6, 8 and 9
(sun4) 5.8.0_A1
Select...
I am trying to install perl in multiple servers using pkgadd command via ssh
serverA#ssh serverB -n /usr/sbin/pkgadd -d /net/software/ -r /tmp/response perl
The following packages are available:
1 perl perl 5.8.0 for Solaris 2.5.1, 2.6, 8 and 9
(sun4) 5.8.0_A1
Select...
Now I am not using caonical, I am using
My aliases contain /etc/postfix/aliases
xx abc
and
/etc/postfix/virtual
xx@yy.com abc@zz.com
( this users is not exisiting in the server, do I need to create the users in the server)
/etc/postfix/vrdomain
yy.com
zz.com
abc.com...
Thanks Brian and Ericbrunson,
I did use postmap /etc/postfix/canonical and than stop and restart postfix also.
Note user is not exisit in the server
I tried with aliases like
virtual_alias_domains = /etc/postfix/vrdomain
virtual_alias_maps = hash:/etc/postfix/virtual
and the contant of...
I want forward my current email id (xx@yy.com) to abc@zz.com in postfix, I have added the following line in main.cf
canonical_maps = hash:/etc/postfix/canonical
and the contant of /etc/postfix/canonical
xx@yy.com abc@zz.com
I have stop and start postfix, but it not working...
Thanks Spamly and Chacalinc,
Yes, this is "java server page" and these should be in ASCII, but some of the developer put them as as binary. Basically we migrating CVS from Windows to Solaris.
We are using CVSNT in solaris 9. and we have some jsp files. I just want to find out which jsp files are in binary and which one are in ASCII.
aperciate your help
After installing CVSNT, I am able to run cvs server, but when I try to run cvslockd I am getting the following error message
#cvslockd
ld.so.1: cvslockd: fatal: libstdc++.so.6: open failed: No such file or directory
Killed
evnthough the library I could find and path also in place...
I have configured vsftp server in Redhat 9.0 it works great locally, but when I try to connect from client which is the same network
from client
C:\>ftp 10.10.7.133
> ftp: connect :Connection reset by peer
ftp>
where as in the server
[root@testsftp init.d]# ftp 10.10.7.133
Connected to...
Hi folks
I wanted to setup chroot for sftp in Redhat linux 9.0 and I have done
the following procedure
1.run the sscript
#!/bin/sh
CHROOT_DIR=/chroot
REQUIRED_CHROOT_FILES=" /bin/cp /bin/ls /bin/mkdir...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.