HP認定プログラムは、これから取得を目指す方、企業経営者様、HPのソリューションやサービスをご利用になるお客様にも高い価値をもたらします。HP0-P21最近本当に流行れています、もしHP0-P21認定資格を取得することで実力の確かな証明となり、競争力が増します。HP0-P21認定を取得して、 高い技術力が得られ、キャリアアップにつながります。HP0-P21認定を取得して企業経営者様は、熟練した有資格者のプロフェッショナル社員を維持することで、さらに有利な経営戦略を立てることができます。
今KILLTESTはHP0-P21問題集の更新版をリリースして、皆と分かち合います
1. What is a characteristic of the Memory File System (MemFS)?
A. It supports /tmp and /var/tmp to be used as a MemFS.
B. It swaps data to swap space when the system is under memory pressure.
C. It uses disk devices to store compressed data.
D. Data in MemFS remain persistent after unmounts and reboots.
Answer: B
2. You are performing an HP-UX cold installation using the advanced option. Which parameters can you
set on the System Menu tab? (Select three.)
A. hostname
B. user passwords (non-root)
C. filesystems
D. additional interfaces
E. software filesets
F. time zone
Answer: ADF
3. Which statements are true about threads and processes for a system running HP-UX? (Select three.)
A. A thread can have multiple processes.
B. The kernel parameter max_thread_proc defines the maximum number of concurrent threads allowed
per process.
C. A thread can be killed using the kill command.
D. The kernel parameter nkthread limits the number of threads allowed to run simultaneously,
system-wide.
E. A process can have multiple threads.
F. A thread is similar to a process, but cannot be switched to a different CPU.
Answer: BDE
4. Management purchases an Integrity Superdome to replace two HP rp8420 Servers. There is available
CPU capacity and management decides to bring additional applications for execution on the Integrity
Superdome. Based on this scenario, which statements can be true? (Select two.)
A. Some of the applications are Linux-based and Linux applications are not supported to run on an
Integrity Superdome.
B. Some of the applications are Linux-based and Linux applications will run in an HP Integrity Virtual
Machine on an Integrity Superdome.
C. Some of the applications are Windows-based that run alongside HP-UX applications in a different vPar
inside of an Integrity Superdome.
D. Some of the applications are Windows-based that run alongside HP-UX applications in a different nPar
inside of an Integrity Superdome.
Answer: BD
5. You have set up a Serviceguard cluster but received notification from network security that the current
configuration exposes remote user login risks and must be remediated. Which file should be set up to
eliminate the risk?
A. /etc/hosts.equiv
B. /etc/cmcluster/cmclconfig
C. $HOME/.rhosts
D. /etc/cmcluster/cmclnodelist
Answer: D
6. Which VxVM daemons need to be running for the volume manager to function correctly?
A. vxfsd, vxiod, vxvmd
B. vxfsd, vxiod, vxnotify
C. vxconfigd, vxdctl, vxiod
D. vxconfigd, vxiod, vxrelocd, vxnotify
Answer: D
http://www.killtest.jp/HPCertificationI/
LPICレベル2に認定された方は、Linuxによるシステム構築、ネットワーク構築が行えるエンジニアとして活躍できます。また、以下のLinuxを使用したシステム管理やサーバ構築についての技術的なスキル指標を確認できます。LPICレベル2 に属する117-201認定を取得のはエンジニア個人、エンジニアを雇う企業双方に利点を与えます.認知度の向上が上げられます。でもどうやって117-201認定書を手に入りますか、今KILLTESTは117-201認定試験を対策を出します。情報ストレージ/管理分野におけるLinuxの包括的で適応性の高い117-201問題集 を通じて、信頼性を築き、推測に頼らずにスキルや能力を評価することができます。
117-201無料 問題集みんなと分かち合います
1. If the command arp f is run, which file will be read by default?
A./etc/hosts
B./etc/ethers
C./etc/arp.conf
D./etc/networks
E./var/cache/arp
ANSWER: B
2. Performing a DNS lookup with dig results in this answer:
;; QUESTION SECTION:
;5.123.168.192.inaddr.arpa. IN PTR
;; ANSWER SECTION:
5.123.168.192.inaddr.arpa. 600 IN PTR linuserv.example.net.123.168.192.inaddr.arpa.
;; AUTHORITY SECTION:
123.168.192.inaddr.arpa. 600 IN NS linuserv.example.net.
;; ADDITIONAL SECTION:
linuserv.example.net. 600 IN A 192.168.123.5
What might be wrong in the zone definition?
A.Nothing. All seems to be good.
B.There's no "." after linuserv.example.net in the PTR record in the forward lookup zone file.
C.There's no "." after linuserv in the PTR record in the forward lookup zone file.
D.There's no "." after linuserv.example.net in the PTR record in the reverse lookup zone file.
E.The "." in the NS definition in reverse lookup zone has to be removed.
ANSWER: D
3. A DNS server has the IP address 192.168.0.1. Which TWO of the following need to be done on a client
machine to use this DNS server?
A.Add nameserver 192.168.0.1 to /etc/resolv.conf.
B.Run route add nameserver 192.168.0.1.
C.Run ifconfig eth0 nameserver 192.168.0.1.
D.Ensure that the dns service is listed in the hosts entry in the /etc/nsswitch.conf file.
E.Run bind add nameserver 192.168.0.1.
ANSWER: AD
4. How can the label root be added to the ext2 filesystem on /dev/sda1? Please enter the command with
all parameter(s) and/or option(s) below.
Answer:______
ANSWER: /sbin/tune2fs -L root /dev/sda1 tune2fs -L root /dev/sda1
5. Which single parameter, when passed to nmap, will instruct nmap to perform a fast scan? (Provide only
the option)
Answer:______
ANSWER: -F
6. A zone file on the DNS server has been updated. Which of the following commands will tell named to
reload its zone files? (Please select TWO correct answers)
A.killall HUP named
B.killall named
C.rndc reload
D.rndc flush
E.namedcheckzone r
ANSWER: AC
7. You are compiling some software from source. After running ./configure with the appropriate arguments
and no errors, what is the next command to run?
Answer:______
ANSWER: make make all
8. A 2.6.9ac1 kernel would be
A.an alpha kernel.
B.someone's patch to a stable kernel.
C.a stable kernel.
D.an unstable kernel.
E.someone's patch to an unstable kernel.
ANSWER: B
9. Your newlycompiled kernel can not find any modules it needs to load. What command was missed
when compiling and installing the kernel?
Answer:______
ANSWER: make modules_install

Administration (管理者)資格は、主要な運用、管理スキルを有することを証明するために整備されたIT技術者ための資格です。1Y0-256 はAdministration 資格で非常に人気のある科目では、もし貴方が1Y0-256認定書を取って、もうAdministration を 独自の技術を使いこなす能力を認定します。でもどうやって1Y0-256認定書を手に入りますか、今KILLTESTは1Y0-256認定試験を対策を出します。情報ストレージ/管理分野におけるAdministrationの包括的で適応性の高い1Y0-256問題集 を通じて、信頼性を築き、推測に頼らずにスキルや能力を評価することができます。
これから1Y0-256無料 問題集みんなと分かち合います
1.What are two technical considerations for deciding to create more than one farm in a
Presentation Server environment? (Choose two.)
A.The brand of network hardware
B.The types of published applications
C.The geographic location of the servers
D.The type of network connection between the servers
Correct:C D
2.During the setup of Presentation Server, which two options must an administrator select if
company policy dictates that shadowing can only be performed with user permission? (Choose
two.)
A.Prohibit remote control
B.Log all shadow requests
C.Force a shadow acceptance popup
D.Allow shadowing of user sessions on this server
E.Prohibit shadowing of user sessions on this server
Correct:C D
3.Scenario: An administrator renamed a server from PSServ01 to W2K3PSServ01. The old name is
still included in the server list and referred to in the data collector ranking, published application
references and license assignments. What should the administrator do to remove the old server
name from the farm data?
A.Uninstall Presentation Server from the system
B.Force the removal of Presentation Server from the system
C.Select Remove server from farm in the Presentation Server Console
D.Update the references to the old name in the appropriate management consoles
Correct:C
4.Scenario: While planning a Presentation Server deployment on multiple servers, an organization
wants to ensure that there is no single point of failure. Which three database options eliminate the
single point of failure? (Choose three.)
A.Oracle
B.IBM DB2
C.Microsoft Access
D.Microsoft SQL Server
E.Microsoft SQL Desktop Engine (MSDE)
Correct:A B D
5.Through which three management tools or utilities can shadowing be enabled for users of
Presentation Server? (Choose three.)
A.Access Suite Console
B.Presentation Server Console
C.Presentation Server Installation
D.Citrix Connection Configuration Utility
E.Web Interface Administration Console
Correct:B C D
6.Scenario: You created a policy for the Human Resources group which restricts the users in that
group from accessing local drives. Human Resources has recently added five new recruiters to
the team who will travel to universities throughout the country to recruit candidates. While on
these trips the recruiters will need to save data to their laptops and upload information nightly to
the database which is published and load-balanced across all servers in the farm. You create a
new policy for the recruiters called "HR recruitment" and disable the rule which restricts the
access to the client drives. Which two filter types should be applied to the "HR recruitment" policy
to exclude the recruiters from the client drive mapping rule? (Choose two.)
A.Server
B.Location
C.Client names
D.Users and user groups
E.Connections made through controlled access
Correct:C D
7.Scenario: You created a policy for the Human Resources group called "HR standard" which
restricts the users in that group from accessing local drives. Human Resources has recently
added five new recruiters to the team who will travel to universities throughout the country to
recruit candidates. While on these trips the recruiters will need to save data on their laptops and
upload information nightly to the database which is published on a Presentation Server. You
create a new policy for the recruiters called "HR recruitment" and disable the rule which restricts
the access to the client drives. Which two steps are required to ensure that the recruiters are able
to access their local drives? (Choose two.)
A.Rank the "HR recruitment" policy higher than the "HR standard" policy.
B.Rank the "HR standard" policy higher than the "HR recruitment"" policy.
C.Filter the "HR standard" policy by users, specify the five recruiter accounts and allow access.
D.Filter the "HR recruitment" policy by users, specify the five recruiter accounts and allow access.
Correct:A D