Enable lpfc changes!


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Enable lpfc changes!
# 1  
Old 05-25-2015
Enable lpfc changes!

Hi Folks!

I am writing a script which changes
Code:
 lpfc.conf

if there it has been setup on RHEL BOXes, do I need to put
Code:
dracut -f

for enabling it? I am not sure,
Can someone help!
# 2  
Old 05-26-2015
I guess, I got no luck on this!
If I am changing something on .conf files inside /etc/modprobe.d/, what do I need to do to make these effective without restarting machine.
# 3  
Old 05-26-2015
Depends what changes you are making. Could be as simple as rmmod-ing and modprobe-ing the relevant modules but that could be disastrous if you happen to be using those things at the time.
This User Gave Thanks to Corona688 For This Post:
# 4  
Old 05-27-2015
Quote:
Originally Posted by Corona688
Depends what changes you are making. Could be as simple as rmmod-ing and modprobe-ing the relevant modules but that could be disastrous if you happen to be using those things at the time.
I am putting this content in place of original content of lpfc.conf:
Code:
options lpfc lpfc_topology=2 lpfc_lun_queue_depth=32 lpfc_log_verbose=0x0 lpfc_max_luns=2048 lpfc_enable_npiv=0

# 5  
Old 05-27-2015
I would guess, rmmod lpfc followed by modprobe lpfc. My previous warnings and caveats still apply.
These 2 Users Gave Thanks to Corona688 For This Post:
# 6  
Old 05-27-2015
Thanks, that helped me!
This User Gave Thanks to nixhead For This Post:
# 7  
Old 06-04-2015
I just have one confusion, can't we use dracut -f, instead rmmod and lsmod in it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Auditing: how to enable?

edit: solution found Auditing Quick Start and Compatibility Notes (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Fedora

Enable a Key

Hi team, Print Screen key is disabled in my machine. How can i enable it?? How do i do that via command line?? Or tell me in GUI.. Am using Linux Fedora 14 OS. (2 Replies)
Discussion started by: Adhi
2 Replies

3. Solaris

enable the ssh

hi, i want to enable ssh on my solaris,i use $svcs -p ssh it showing STATE STIME FMRI maintenance 10:06:16 svc:/network/ssh:default why the state in maintenance state, so i could n't able to login using ssh. pls help me to enable ssh. thanks, (1 Reply)
Discussion started by: shankr3
1 Replies

4. Red Hat

SD.conf and LPFC.conf

What would be Redhat RHEL 4.0 equivalent for Solaris sd.conf and lpfc.conf? What are the files called and where are the files located? (1 Reply)
Discussion started by: soupbone38
1 Replies

5. Solaris

Qlogic HBA's - lputil / lpfc.conf

Hi all Hope your all well and happy in solaris land :-) Recently purchased some Qlogic HBA's for a few solaris servers. Was told that you cant have mixed chipsets and as this client is all qlogic, have to have hba's using qlogic. 1) Is that correct ? Cant mix different chipsets of... (0 Replies)
Discussion started by: sbk1972
0 Replies

6. Solaris

Can't see Netapp LUN on Solaris using LPFC after reboot.

Hi, I've just edited this post. I found the solution for this. Thanks. (0 Replies)
Discussion started by: gwhelan
0 Replies

7. AIX

Enable SMT

How to enable SMT in aix 5.2 ml 9? If i run smtctl it gives error ksh: smtctl: not found. please tell me if SMT is supported in 5.2 (4 Replies)
Discussion started by: vjm
4 Replies

8. Linux

How to enable Hibernate

Hi, I want to enable hibernate in my machine. when i click hibernate option, it is throwing message that hibernate is not enabled in kernel. earlier, i was hibernating in the same machine with windows os. any idea ? Thx in advance. Siva (0 Replies)
Discussion started by: Sivaswami
0 Replies

9. Solaris

enable log

dear all i want to enable the below logs can you help me /var/adm/xferlog /var/spool/uucp/.Admin thanx you (0 Replies)
Discussion started by: murad.jaber
0 Replies

10. Solaris

How to enable rsh

HELP..... How to enable and disable RSH in solaris 8 (4 Replies)
Discussion started by: gini
4 Replies
Login or Register to Ask a Question