Search Results

Search: Posts Made By: solaris_user
Forum: Solaris 05-23-2016
1,310
Posted By solaris_user
IPS postinstall script
Hi guys, I'm creating custom package for deploying a bunch of public keys for some root servers we have. I have created script and it works but my problem is how to call this script when I want...
Forum: Solaris 04-23-2016
1,115
Posted By solaris_user
Installation with PXE is impossible. Solution is...
Installation with PXE is impossible. Solution is to generate profile form global zone and then customize it.

Thread can be locked ;)
Forum: Solaris 04-20-2016
1,115
Posted By solaris_user
Installing Solaris inside zone using automated installer
Hi guys,

I was wondering if Solaris 11 can be installed in zone using automated installer as I can with vmvare or virtualbox. To be precise, first I want to create a zone which will create...
Forum: What is on Your Mind? 02-14-2016
1,337
Posted By solaris_user
Proper configuration management
Recently i started to work in new company. I will replace old admin who is going into retirement and he has been showing me his procedures for server, database and network administration.

From...
1,705
Posted By solaris_user
I made a stupid mistake :rolleyes: Thank you.
I made a stupid mistake :rolleyes:
Thank you.
1,705
Posted By solaris_user
Coredump when passing file name to ksh function
Hi,

I'm playing with ksh. I'm trying to do a simple task:
read file name from cli and call a function which calculated number of lines in file.
I'm getting coredump every time when I try to...
Forum: Solaris 09-17-2014
2,837
Posted By solaris_user
Nope. I have one server which my firm gave me for...
Nope. I have one server which my firm gave me for playing, I'm student intern and I love to destroy and fix stuff :p
1,142
Posted By solaris_user
Hi Don, thanks for clear explanation. I didn't...
Hi Don, thanks for clear explanation. I didn't know for that shorthand.
So when I do something like

ls -al > mylist

Shell that interprets like

ls -al 1> mylist

Is this correct ?
1,142
Posted By solaris_user
Questions about file descriptors
Hi, I'm playing with KSH

I entered following command in terminal

{ echo "stdout" >&1; echo "stderr" >&2; } > out

And I get only stoud in a new file out.

My question is: Where did my...
Forum: Solaris 09-17-2014
2,837
Posted By solaris_user
I issued sysunconfigure command :) After a...
I issued sysunconfigure command :)
After a few questions and one restart I was able to boot the system.
Forum: Solaris 09-10-2014
2,837
Posted By solaris_user
Solaris 11.2 doesn't boot
Hi, one of my server won't boot. I restarted system while sysconfig configure was running. I can't boot into normal user mode. I always get error svc:/system/config-user:default is in maintenance...
Forum: IP Networking 07-23-2014
1,386
Posted By solaris_user
posted a wrong type of answer, please delete this...
posted a wrong type of answer, please delete this message
Forum: IP Networking 07-23-2014
1,386
Posted By solaris_user
Hi You need use iptables to DNAT all...
Hi

You need use iptables to DNAT all outgoing traffic
Forum: IP Networking 07-21-2014
8,829
Posted By solaris_user
If you need to redirect traffic from VPN tunnel...
If you need to redirect traffic from VPN tunnel to eth0 than you must use iptables ro rewrite destination address

iptables -A FORWARD -i eth0:1 -o eth0 -j ACCEPT
iptables -A FORWARD -i eth0:0 -o...
Forum: IP Networking 07-19-2014
8,829
Posted By solaris_user
Can you give us output of iptables -L ...
Can you give us output of

iptables -L
iptables -t nat -L
Forum: UNIX and Linux Applications 07-16-2014
44,556
Posted By solaris_user
Or using RMAN 1. Connect to the database...
Or using RMAN

1. Connect to the database using RMAN
2. execute following command backup database
3. on target oracle instance recover database with command recover database;
Forum: Proxy Server 07-16-2014
4,876
Posted By solaris_user
Routing traffic from ISP datacenter to enterprise LAN
Hi guys

I need to setup server/router in my firm. We got from our ISP dedicated server in their data center. It has a static IP and it servers as replacement for out DSL connection. I configured...
Forum: Red Hat 06-29-2014
1,639
Posted By solaris_user
Did you TCP wrappers ? Do you have any...
Did you TCP wrappers ?

Do you have any entries in /etc/hosts.deny ?

And do you have router on your network or your Linux box is also a router ?

If Linux box is used as router you must...
Forum: Red Hat 06-28-2014
4,863
Posted By solaris_user
We don't use Red Hat Linux but CentOS. I have...
We don't use Red Hat Linux but CentOS. I have OwnCloud, Tiki, some build servers (TeamCity) and I'm will build some kind of internal service for tracking licences we gave to our programmers. Most of...
Forum: Red Hat 06-28-2014
1,639
Posted By solaris_user
please gives us output of iptables -L
please gives us output of

iptables -L
Forum: Red Hat 06-19-2014
4,863
Posted By solaris_user
Central authentication server
Hi guys

In the firm we are running Windows and Linux server. Currently all servers are using the same usernames and password and from my opinion is we are running bad and non secure practice.
...
Forum: Red Hat 06-19-2014
5,035
Posted By solaris_user
1. Try using chroot jail 2. Do some...
1. Try using chroot jail
2. Do some engineering on RPM package to change installation directory
Forum: Solaris 02-04-2014
24,146
Posted By solaris_user
telnet on solaris is disabled by default, to...
telnet on solaris is disabled by default, to enable it you must use svcadm command

as root issue

svcadm enable telnet

Be aware that telnet is non-secure application, everyone can listen...
640
Posted By solaris_user
Need advice about ksh literature
Hi guys

Can you recommend a good book for absolute beginner. I bought KSH93 by David Korn but I don't like it. It's not user-friendly. I need book with easy examples and some exercises.

Can...
Forum: Solaris 12-04-2013
3,051
Posted By solaris_user
Please gives as output lpstat -o and ...
Please gives as output

lpstat -o

and

lpstat -r
Showing results 1 to 25 of 431

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