LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > Linux - Certification
User Name
Password
Linux - Certification This forum is for the discussion of all topics relating to Linux certification.

Notices


Reply
  Search this Thread
Old 03-26-2012, 08:58 AM   #1
Joy1982
LQ Newbie
 
Registered: Jan 2012
Posts: 29

Rep: Reputation: Disabled
The Bridge Reply


As i try to Solve but Confuse Not Clarity
________________________________________
Could i Get the Soln

1 ) Write a script so that if the user executes the program as /root/program user , it should display kernel and if the user executes the program as /root/program kernel , it should display user. If no argument is passed or any other string other that user or kernel is passwd then the script should display the following to stderr : /root/program kernel|user

2)Configure your system as iSCSI initiator. instructor.example.com is as acting as shared storage device. The following requirements should be filfilled :

a. Create a partition of 30MiB.
b. Format the partition with ext4 filesystem & mount it under /mnt/data.
c. Download a file from ftp://instructor.example.com/pub/rhce/iscsi.txt & put it in /mnt/data.
d. The partition should be persistent.


3) Provide SSL-encapsulated IMAP access (IMAPS):
IMAPS must be available to brad from example.com
IMAPS must NOT be available to other networks or domains.
The SSL certicate for the IMAPS server must be created as follows:
Use the defaults for Country , State , Locality , and Organization Name
Set Organizational Unit to GLS
Set Common Name to stationx.example.com
Set Email Address to root@serverx.example.com





4) Make the kernel parameter value set to 1 for kernflk. Changes should be visible from /proc/cmdline file.


Quote:
My Tried Answer Are =Repost Homework assistance
________________________________________
Quote:
4) Make the kernel parameter value set to 1 for kernflk. Changes should be visible from /proc/cmdline file.
#Vim /etc/grub.conf

quiet kernflk=1
Quote:
2)Configure your system as iSCSI initiator. instructor.example.com is as acting as shared storage device. The following requirements should be filfilled :

a. Create a partition of 30MiB.
b. Format the partition with ext4 filesystem & mount it under /mnt/data.
c. Download a file from ftp://instructor.example.com/pub/rhce/iscsi.txt & put it in /mnt/data.
d. The partition should be persistent.
#incsiadm -m discovery -t st -p (ip address of the System)
#incsiadm -m node (server adress) (ip address)
#fdisk -cu/dev/sda
p
n
p
+30M
p
:wq(save)
#mkfs -t ext4 /dev/sda1
#mkdir /mnt/data
#mount /dev/sda1 /mnt/data/
#df -h
#bfkid /dev/sda1
#vim /etc/fstab

uuid="of45ed56-ao28-4aad-8 /mnt/data ext4 -netdev



Till these i tried...and moreover in centos VIM command doesn't works
COULD ANY1 CLEARLY SOLVE ALL THESE 4

Quote:
Code:
sudo yum install vim
...not working

And i do not know think there is anything wrong with that and more over it has nothing to do with how prepared you are. You might be very well prepared for any kind of exam but if you do not know what the format, duration of the exam would be, you might actually fail also.


If anyone is willing to help me out on that by sharing some knowledge i would really appreciate.

Thanks

Quote:
If you're prepared and have the knowledge, it doesn't matter if its 10 minutes long, or 10 hours long. Also doesn't matter what parts are included/excluded, since you would already know the subject. The format is the same...there is a question, and it's up to you to answer it. You will either know the answer or not.
THERE IS NOTHING WRONG IN ASKING BUT CLOSING NEGLECTING TWISTING BLAMING REMOVES FRESHNESS...


I TRIED HERE NO COMMAND MOSTLY WORKINGS AS SELF PRACTICE ..WHAT TO DO http://bellard.org/jslinux/

Last edited by Joy1982; 03-26-2012 at 08:59 AM.
 
Old 03-26-2012, 09:30 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Dude, we're really running out of patience with this. If you want help, ask intelligently written, specific questions. Bridge reply??? what on earth does that even mean? Silly coloured text will not help you either, your posts are just a mess.

Per the LQ Rules, please do not post homework assignments verbatim. We're happy to assist if you have specific questions or have hit a stumbling point, however. Let us know what you've already tried and what references you have used (including class notes, books, and Google searches) and we'll do our best to help. Also, keep in mind that your instructor might also be an LQ member.

Last edited by acid_kewpie; 03-26-2012 at 09:31 AM.
 
Old 03-26-2012, 09:30 AM   #3
stef80
Member
 
Registered: Nov 2009
Posts: 51

Rep: Reputation: 14
bot ?
 
Old 03-26-2012, 09:32 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by stef80 View Post
bot ?
Sadly, I don't think so. I think (s)he's real.
 
Old 03-26-2012, 09:37 AM   #5
Joy1982
LQ Newbie
 
Registered: Jan 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
what Extra Command as here yum vim etc doesn't work

I TRIED HERE NO COMMAND MOSTLY WORKINGS AS SELF PRACTICE ..WHAT TO DO

http://bellard.org/jslinux/
 
Old 03-26-2012, 09:37 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Please stop, we can't help you with such messy posts.
 
Old 03-26-2012, 10:10 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Joy1982 View Post
I TRIED HERE NO COMMAND MOSTLY WORKINGS AS SELF PRACTICE ..WHAT TO DO

http://bellard.org/jslinux/
The site you link to is a proof-of-concept, the author simply wanted to show that it is possible to write a basic PC emulator using Javascript. In no way is the very basic system running on that emulator intended (or usable) for learning Linux or help you with your Linux class. Get a "real" Linux system, either installed to a PC or Into a virtual machine.
 
Old 03-26-2012, 10:49 AM   #8
Joy1982
LQ Newbie
 
Registered: Jan 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
????????????

http://www.adminscode.com/as-i-try-t...-clearity.html

http://standish.home3.org/aggregator...page\u003d771=



https://www.google.co.in/search?q=Ma...ient=firefox-a





Quote:
Installing Slackware with screenshots

Last edited by Joy1982; 03-26-2012 at 10:51 AM.
 
Old 03-26-2012, 11:03 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Joy1982 View Post
As i try to Solve but Confuse Not Clarity
Could i Get the Soln

1 ) Write a script so that if the user executes the program as /root/program user , it should display kernel and if the user executes the program as /root/program kernel , it should display user. If no argument is passed or any other string other that user or kernel is passwd then the script should display the following to stderr : /root/program kernel|user

2)Configure your system as iSCSI initiator. instructor.example.com is as acting as shared storage device. The following requirements should be filfilled :
a. Create a partition of 30MiB.
b. Format the partition with ext4 filesystem & mount it under /mnt/data.
c. Download a file from ftp://instructor.example.com/pub/rhce/iscsi.txt & put it in /mnt/data.
d. The partition should be persistent.


3) Provide SSL-encapsulated IMAP access (IMAPS):
IMAPS must be available to brad from example.com
IMAPS must NOT be available to other networks or domains.
The SSL certicate for the IMAPS server must be created as follows:
Use the defaults for Country , State , Locality , and Organization Name
Set Organizational Unit to GLS
Set Common Name to stationx.example.com
Set Email Address to root@serverx.example.com

4) Make the kernel parameter value set to 1 for kernflk. Changes should be visible from /proc/cmdline file.

COULD ANY1 CLEARLY SOLVE ALL THESE 4 If anyone is willing to help me out on that by sharing some knowledge i would really appreciate. THERE IS NOTHING WRONG IN ASKING BUT CLOSING NEGLECTING TWISTING BLAMING REMOVES FRESHNESS... I TRIED HERE NO COMMAND MOSTLY WORKINGS AS SELF PRACTICE ..WHAT TO DO
We'll try again, since you're obviously not a quick learner.

AGAIN, you need to SPELL OUT YOUR WORDS. It's "solution", not "soln", "one" not "1", etc. And, since I don't want to blame-the-twisting-freshness:
  1. Need help with that script in step one? POST WHAT YOU'VE WRITTEN SO FAR, where it fails, and what you're confused about. NO ONE here is going to write your script for you, period.
  2. Need to install vim? It's on the CD/DVD you already have. Go back to your other thread, and read the part where you were told how to install it. If that's too hard, try putting the DVD in, then running "find /media/dvd -name vim*"...then type in "sudo rpm -i <the path from the find command>". That's it. And AGAIN, you already HAVE vi installed, which will work just fine for editing a file, as will the probably-already-installed emacs and nano.
  3. Again, post what you've done/tried for step 3. There are MANY documents you can find about installing/creating certificates. We are NOT going to spoon-feed you, if you're too lazy to read your books, or look something up.
  4. Again, there IS NO SUCH parameter for the kernel.


---------- Post added 03-26-12 at 11:04 AM ----------

Is there a point to this post??
 
Old 03-26-2012, 11:16 AM   #10
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by Joy1982 View Post
Well, we know where you're posting from now...

I think this poster is having legitimate difficulties with English.
 
Old 03-26-2012, 11:26 AM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by dugan View Post
Well, we know where you're posting from now...
I think this poster is having legitimate difficulties with English.
Grammatical and word errors are one thing...this person isn't showing any effort, isn't reading/understanding what they're told, and seems to be wanting us to spoon-feed them an answer.
 
Old 03-26-2012, 01:05 PM   #12
Joy1982
LQ Newbie
 
Registered: Jan 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
Politness

http://www.linuxquestions.org/questi...-setup-914826/



Quote:
Well i guess you did not even read my question carefully in the first place, i wanted to confirm that what ever the Training Partner Center said. Thank you so much for your answer but it didn't helped me as it neither answered my question nor it was descriptive nor did i liked the way you are replying. Being a senior member of the forum you should have some politeness and courtesy while replying others. Thanks to stef80 he has answered what i was asking. Having knowledge doesn't mean that you should not inquire about details of the exam. Anyways i do not want to argue here.

Rohit
 
Old 03-26-2012, 01:19 PM   #13
stef80
Member
 
Registered: Nov 2009
Posts: 51

Rep: Reputation: 14
Quote:
Originally Posted by acid_kewpie View Post
Sadly, I don't think so. I think (s)he's real.
... must be Skynet gaining a conscience .
 
Old 03-26-2012, 01:26 PM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Joy1982 View Post
Rules: http://www.linuxquestions.org/linux/rules.html
Quote:
Do not post homework assignments verbatim. We're happy to assist if you have specific questions or have hit a stumbling point, however. Let us know what you've already tried and what references you have used (including class notes, books, and searches) and we'll do our best to help. Keep in mind that your instructor might also be an LQ member.
You can't expect politeness from the members here when you yourself are not willing to stick to the rules that you have agreed to when becoming a member here. You did not even show a minimum effort for yourself, instead you open three different threads, mindlessly posting the same questions.
Congratulations, you are up to my ignore list.

Last edited by TobiSGD; 03-26-2012 at 01:27 PM.
 
Old 03-26-2012, 01:45 PM   #15
Joy1982
LQ Newbie
 
Registered: Jan 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
Help not blame to understand

When i showed i tried but after these unable so request so without helping me you are scolding me ...Pressurizing Diverting me...as i tried too it in VIM WARE Workstation 64 BIT BUT UNABLE TO GET RESULT SO SOUGHT YOUR HELP...AS NO HELP OR GUIDANCE BUT MONEY TO GROUP......


Quote:
My Tried Answer Are =Repost Homework assistance
________________________________________


4) Make the kernel parameter value set to 1 for kernflk. Changes should be visible from /proc/cmdline file.

#Vim /etc/grub.conf

quiet kernflk=1


2)Configure your system as iSCSI initiator. instructor.example.com is as acting as shared storage device. The following requirements should be filfilled :

a. Create a partition of 30MiB.
b. Format the partition with ext4 filesystem & mount it under /mnt/data.
c. Download a file from ftp://instructor.example.com/pub/rhce/iscsi.txt & put it in /mnt/data.
d. The partition should be persistent.
#incsiadm -m discovery -t st -p (ip address of the System)
#incsiadm -m node (server adress) (ip address)
#fdisk -cu/dev/sda
p
n
p
+30M
p
:wq(save)
#mkfs -t ext4 /dev/sda1
#mkdir /mnt/data
#mount /dev/sda1 /mnt/data/
#df -h
#bfkid /dev/sda1
#vim /etc/fstab

uuid="of45ed56-ao28-4aad-8 /mnt/data ext4 -netdev



Till these i tried...and moreover in centos VIM command doesn't works

Last edited by Joy1982; 03-26-2012 at 01:47 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Quick Reply "post reply" button. IsaacKuo LQ Suggestions & Feedback 16 07-01-2018 02:52 PM
LXer: RC6 To Be Flipped On For Sandy Bridge, Ivy Bridge LXer Syndicated Linux News 0 12-11-2011 06:12 AM
webserver doesn't reply to external request but it reply's to local request ziba Linux - Server 4 05-11-2009 05:27 PM
post reply & submit reply buttons annehoog LQ Suggestions & Feedback 10 01-05-2004 06:43 PM
Evolution - reply - missing own reply emanuelgreisen Linux - Software 0 01-31-2003 04:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > Linux - Certification

All times are GMT -5. The time now is 10:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration