Search Results

Search: Posts Made By: fretagi
Forum: Solaris 08-08-2018
6,933
Posted By hicksd8
No, DON'T create ANYTHING unless it complains...
No, DON'T create ANYTHING unless it complains that something isn't there.

Post here if you get any error messages that stuff is missing.
Forum: Solaris 08-08-2018
6,933
Posted By hicksd8
Slice 2 on Solaris always represents the whole...
Slice 2 on Solaris always represents the whole disk and you should NEVER try to do anything with that.
Forum: Solaris 08-08-2018
6,933
Posted By hicksd8
Yes, well that proves that the LUN is intact and...
Yes, well that proves that the LUN is intact and perfectly readable.

Only you will know what these slices are. You should have the relevant filesystem locations documented. However, yes, slice 6...
Forum: Solaris 07-23-2018
9,131
Posted By hicksd8
So none of those disks are bootable. Did the...
So none of those disks are bootable.

Did the system boot via the FC link which is now down?

Do you know from which disk it should boot?

It is possible that the proper boot disk is local...
Forum: Solaris 07-23-2018
9,131
Posted By hicksd8
Before you try to set the boot device can you...
Before you try to set the boot device can you boot from any of the disks??

You can try:

ok> boot disk0

ok> boot disk1

ok> boot disk2

ok> boot disk3

For each of the disks you have...
1,751
Posted By Don Cragun
I know that you don't believe me yet, but about...
I know that you don't believe me yet, but about 299 cycles from now (when your numbers grow to 4 digits instead of 3 digits) you will find that your code stops working unless you pay attention to my...
1,751
Posted By apmcd47
So filter for csv files: ls -1t *Deposit_*.csv...
So filter for csv files:
ls -1t *Deposit_*.csv | head -1
ls -1t *Withdrawal_*.csv | head -1

and personally I'm in favour of using head over tail (imagine your directory has 300 files in it ...)...
Forum: Solaris 05-09-2018
10,235
Posted By hicksd8
So if this other server has enough disk space to...
So if this other server has enough disk space to store the capacity of the four production servers, why don't you configure a NFS share (or 4 NFS shares) on it and backup each of them over the...
Forum: Solaris 05-08-2018
10,235
Posted By hicksd8
To answer your question flash archives do not...
To answer your question flash archives do not need to be created in single user mode. They can be created in multi-user mode BUT you should do that when the system is as quiet as possible, not under...
Forum: Solaris 03-02-2018
16,636
Posted By hicksd8
No, you cannot use slice 2. Nothing ever uses...
No, you cannot use slice 2. Nothing ever uses slice 2 (unless it's for a raw copy or something like that). On Solaris, slice 2 always represents the WHOLE disk and is used by the system for disk...
Forum: Red Hat 02-15-2018
4,261
Posted By bakunin
I don't think this is the same LUN because...
I don't think this is the same LUN because otherwise you would see the filesystems/partitions/whatever on it. Notice that LUNs have an identifier (the so-called "WWN" and you can identify it by this....
Forum: Solaris 02-12-2018
1,884
Posted By Peasant
This disk c0t1d0 is experiencing read errors. ...
This disk c0t1d0 is experiencing read errors.

Currently it is only evident on slice 5 to the SVM.
iostat is showing errors for entire device.

Have a replacement disk ready.

Detach all...
1,747
Posted By apmcd47
The problem is you are passing the output of ls...
The problem is you are passing the output of ls -l into cp. The cp command is effectively:

cp -rw-r--r-- 1 fundamo fundamo 604080 Jul 17 02:18 FundamoSettlement_1500250109585.csv...
1,747
Posted By wbport
The command date +*%Y-%m-%d* will give you the...
The command date +*%Y-%m-%d* will give you the format you need. Surround it with backtics (``) and it can be the subject of echo or can set the value of a script variable.

HTH
Forum: Linux 06-01-2017
7,121
Posted By hicksd8
This assumes that your Linux is a Debian...
This assumes that your Linux is a Debian derivative?

You need to ensure that you have an iscsi initiator as part of the distribution or you need to install one. Then you can run some form of...
Forum: Solaris 03-20-2017
2,294
Posted By drysdalk
Hi, Did you also move the BCC flag and its...
Hi,

Did you also move the BCC flag and its address to before the recipient address, or are you still adding it afterwards ? In general you'll want all parameters to be listed before the recipient.
25,618
Posted By RudiC
Sounds like you have an empty first line in...
Sounds like you have an empty first line in servers.list (which you unfortunately didn't post). As usual, an incomplete specification yields suboptimal proposals/solutions.
Forum: Solaris 03-07-2017
25,770
Posted By jlliagre
A single disk pool is a poor practice, but...
A single disk pool is a poor practice, but unfortunately widespread when storage arrays are used. ZFS is still beneficial when using a single disk pool though.


There is double or triple...
Forum: Solaris 03-07-2017
25,770
Posted By gull04
Hi, When it comes to replacing a disk in a...
Hi,

When it comes to replacing a disk in a zfs pool, the replace action does the following;

The "replace" action migrates data to the new device from the damaged device or from other devices in...
Forum: Solaris 03-07-2017
25,770
Posted By gull04
Hi, On the NetApp front you can go two ways....
Hi,

On the NetApp front you can go two ways.

Expand the NetApp LUN and grow ZFS into it.
Provision a new LUN of the appropriate size and use it to replace the existing LUN.


To expand...
Forum: Solaris 02-16-2017
4,708
Posted By bakunin
Perhaps. Why didn't you tell us this little...
Perhaps. Why didn't you tell us this little detail when you told us "i created a user like this" in post #1? Obviously you did not "like this" but "like this and then a lot more".

If you want an...
Forum: Solaris 12-21-2016
15,847
Posted By hicksd8
Don't forget, you should be using the 'crontab'...
Don't forget, you should be using the 'crontab' command to enter cron jobs. If you're editing the crontab file directly yourself then cron may not know about the changes for up to 24 hours and...
Forum: Solaris 12-21-2016
15,847
Posted By rbatte1
Some cron servers also accept this syntax:-*/5...
Some cron servers also accept this syntax:-*/5 8-17 * * * /your/command/here

This is the step from the zero of that item, so should be a factor of the maximum, e.g. 2, 3, 4, 6 or 12 for the hours....
Forum: Solaris 12-21-2016
15,847
Posted By hicksd8
I reckon the hours field should be "8-17" so...
I reckon the hours field should be "8-17" so first run at 0800 and last at 1755.

Use a hypen to denote a range of hours.

---------- Post updated at 11:59 AM ---------- Previous update was at...
7,108
Posted By Chubler_XL
connect is not a valid command, that is why you...
connect is not a valid command, that is why you get:

?Invalid command

You should use the open command like this:

#!/bin/sh
HOST=192.168.1.19
USER=emm
PASSWD=emm
#printf "PASSWD is...
Showing results 1 to 25 of 110

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