Search Results

Search: Posts Made By: fretagi
1,736
Posted By fretagi
But for now what is needed is something very...
But for now what is needed is something very simple, like an excel spreadsheet with a summary information of the health status of the servers
1,736
Posted By fretagi
Yes, I did consider nagios, and even setup the...
Yes, I did consider nagios, and even setup the host server, but I am struggling to add hosts (clients).
They are (clients) hp-ux, solaris and centos servers that I want to monitor:
its nagios core...
1,736
Posted By fretagi
Report generation using script
Hi all

I have a unix script that generates a report with the following information:
uptime, mounted file systems, disk usage (> 90% --> critical, <75%-90%> --> warning, < 75% healthy), Mem...
Forum: HP-UX 12-05-2018
5,377
Posted By fretagi
Its HP-UX 11.31, but I did find its home...
Its HP-UX 11.31, but I did find its home directory and the .sh_history file for that user, but I did not find any evidence that that particular user did some malicious thing. Is that mean that I have...
Forum: HP-UX 12-05-2018
5,377
Posted By fretagi
How to set variable for users with no home directory?
Hi

I need to set $HISTFILE for a user with no home directory. How to go about it because this user does not have a .profilefile.
Forum: Solaris 08-08-2018
6,827
Posted By fretagi
miss that, should I just create a directory in...
miss that, should I just create a directory in /dev, called /dsk
Forum: Solaris 08-08-2018
6,827
Posted By fretagi
worked perfectely: bash-3.00# fsck -n...
worked perfectely:

bash-3.00# fsck -n /dev/rdsk/c9t4d0s6
** /dev/rdsk/c9t4d0s6 (NO WRITE)
** Last Mounted on /fs1
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a...
Forum: Solaris 08-08-2018
6,827
Posted By fretagi
this is what I get:bash-3.00# format Searching...
this is what I get:bash-3.00# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
0. c0t5000C5003A0028FFd0 <SUN300G cyl 46873 alt 2 hd 20 sec 625>
...
Forum: Solaris 08-08-2018
6,827
Posted By fretagi
the first LUN mapped on the other server...
the first LUN mapped on the other server (destination) can now be seen using the format command:

bash-3.00# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
0....
Forum: Solaris 08-08-2018
6,827
Posted By fretagi
you did understand, everything, what I did not...
you did understand, everything, what I did not tell was the origin server have crash, so the reason for us to move the LUNs from that server to another
Forum: Solaris 08-08-2018
6,827
Posted By fretagi
Hi thanks for the reply, yes its identical...
Hi
thanks for the reply, yes its identical hardware, the origin server is sparc T3-1b server, the destination server is also a sparc T3-1b server on the same chassis sunblade 6000, they also have...
Forum: Solaris 08-07-2018
6,827
Posted By fretagi
Moving file systems from one server to the other
Hi

I have a server running solaris 10 with UFS type file systems, residing on a NetApp storage system, in which I need to move those file systems (all of them) to another solaris 10 server.
The...
Forum: Solaris 07-24-2018
9,031
Posted By fretagi
Hi I have logged in at the ILOM management...
Hi

I have logged in at the ILOM management port of this blade and I found a fault, but I dont know if this fault its hardware or software:

I have started the fault management shell:

-> start...
Forum: Solaris 07-23-2018
9,031
Posted By fretagi
It does not boot in any of them: for disk0,...
It does not boot in any of them:

for disk0, just stays like below

{0} ok boot disk0
Boot device: /pci@400/pci@1/pci@0/pci@2/@0/disk@p0 File and args:

for disk disk1 :
ok boot disk1
Boot...
Forum: Solaris 07-23-2018
9,031
Posted By fretagi
Hi my boot device was set to net: ok...
Hi

my boot device was set to net:
ok printenv boot-device
boot-device = disk net
{0} ok


then I use the following procedure to change the boot device:
{0} ok setenv auto-boot?...
Forum: Solaris 07-12-2018
9,031
Posted By fretagi
The thing I found strange is the FC cables there...
The thing I found strange is the FC cables there at the back of the chassis are only connected to the NetApp storage system, so why the system wont boot?, But a blade next to this one, does boot...
Forum: Solaris 07-12-2018
9,031
Posted By fretagi
Fibre channel link down on booting Solaris server
Hi

I had power issue that affected a server, in which I had power ON the server SPARC T1-B3 running solaris 10.
After power on the system stops at ok prompt, them I issued the following...
1,718
Posted By fretagi
I have followed your suggestion, (using the head)...
I have followed your suggestion, (using the head) and its working fine, thank you.
1,718
Posted By fretagi
Replacing D_file=$(ls -1 *Deposit_* | tail -1)...
Replacing D_file=$(ls -1 *Deposit_* | tail -1) with D_file=`ls -1 *Deposit_* | tail -1` worked fine

---------- Post updated at 11:59 AM ---------- Previous update was at 11:32 AM ----------
...
1,718
Posted By fretagi
Hi Don! I tried the code outside the script...
Hi Don!

I tried the code outside the script just like this:
ls -1rt *Deposit_* | tail -1
Deposit_699.checksum
and ls -1rt *Withdrawal_* | tail -1
Withdrawal_700.checksum

It should not...
1,718
Posted By fretagi
after your suggested changes, on the other server...
after your suggested changes, on the other server (destination) the output is strange:

ls -lrt
total 2
-rw-r--r-- 1 rico rico 32 Jun 26 15:33 |
1,718
Posted By fretagi
I did a test, outside the script of the following...
I did a test, outside the script of the following line:
ls -1 *Withdrawal_*" | tail -1
>

what come out was >
1,718
Posted By fretagi
No, everyday a new files are generated, so...
No, everyday a new files are generated, so tomorrow will be Deposit_701.csv and Withdrawal_701, so every single day, there will be a new file
1,718
Posted By fretagi
Picking up last two specific files, for transfer
Hi

I need to transfer files with csv extension from one server to another (all running solaris).
But the files to be picked are in a directory that also has:

/directory
deposit_698.csv...
Forum: Ubuntu 05-16-2018
2,749
Posted By fretagi
Backup Ubuntu server 12.05 LT
I wonder what free backup utilities fellow admins are using to clone or backup root disks of ubuntu servers. I try clonezilla, but errors pop up.
Any ideas?

---------- Post updated at 02:51 PM...
Showing results 1 to 25 of 456

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